<Code Lib>
2025.3 Constructor
Changes 7
C

GBXMLExportOptions(IList<ElementId>, IList<ElementId>)

Description:
Autodesk.Revit.DB.
Overloads (2):
GBXMLExportOptions(IList[ElementId],IList[ElementId])

public GBXMLExportOptions(
	IList<ElementId> massZoneIds,
	IList<ElementId> massIds
)

  • IList<ElementId>
    massZoneIds
    Indicates the mass zones to analyze in the exported gbXML.
  • IList<ElementId>
    massIds
    Indicates the masses to use as shading surfaces in the exported gbXML--these masses must not have mass floors or mass zones so as not to end up with duplicate surface information in the gbXML output.

Loading…